gtklistboxrow: propagate in the draw vfunc
authorCarlos Soriano <csoriano@gnome.org>
Wed, 10 Jun 2015 15:42:10 +0000 (17:42 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Wed, 10 Jun 2015 15:47:23 +0000 (17:47 +0200)
commite74d2b7564d1ea4a45d17a472c29aa0b43e9a1e9
tree7eff86b9e4797b7e235b5a2d13122b1766f300ff
parent90a331c84a498341f880a32f7e963826e7a89ac6
gtklistboxrow: propagate in the draw vfunc

So objects connected by g_signal_connect_after actually get
the signal.
This was causing an issue in the dnd highlight, since there
a cairo rectangle is draw using g_signal_connect_after on the draw
signal.
gtk/gtklistbox.c